<!DOCTYPE html>
<html>
<head>
	<title>中国银行业协会会员服务平台</title>
	<link rel="SHORTCUT ICON" href="https://membership.china-cba.net/css/images/app.png">
</head>
<body>
	<div class="con_old">
		<div><img src="http://47.94.214.31:8181/static/jc.png"></div>
		<div><p>因会员服务系统安全升级，</p></div>
		<div><p>请从中国银行业协会官网重新登录，或访问下列新网址：</p></div>
		<div><a href="https://membership.china-cba.net/" target="_blank">https://membership.china-cba.net/</a></div>
	</div>
</body>
</html>
<style type="text/css">
	*{
		margin:0;
		padding: 0;
	}
	.con_old{
		width: 100%;
		text-align: center;
		padding-top: 200px;	

	}
	.con_old img{
		width: 50px;
		height:50px;
	}
	.con_old p{
		font-weight: 700;
		font-size: 30px;
		color: #000;
	}
	.con_old div{
		margin:10px 0;
	}
	.con_old a{
		color: #000;
		font-size: 18px;
	}
</style>